home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the locV of sprite 4 to the locV of sprite 4 + 2
- set the locV of sprite 5 to the locV of sprite 5 + 1
- set the locV of sprite 6 to the locV of sprite 6 + 1
- set the locV of sprite 7 to the locV of sprite 7 + 2
- set the locV of sprite 8 to the locV of sprite 8 + 3
- set the locV of sprite 9 to the locV of sprite 9 + 1
- set the locV of sprite 10 to the locV of sprite 10 + 1
- set the locV of sprite 11 to the locV of sprite 11 + 2
- set the locV of sprite 12 to the locV of sprite 12 + 3
- set the locV of sprite 13 to the locV of sprite 13 + 1
- if the timer < 2470 then
- if the loaded of member "blueybackground" = 0 then
- preloadMember("blueybackground")
- end if
- if the loaded of member "tv set film" = 0 then
- preloadMember("tv set film")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(80)
- end
-